ci: Update Kubernetes versions to latest three minor releases #4256
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
Updates CI test matrix and Makefile to use the latest three Kubernetes minor versions available in KIND (Kubernetes in Docker).
Which issue(s) this PR fixes (optional, using
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when the PR gets merged):Fixes #
Special notes for your reviewer:
Changes
.github/workflows/workflow.yaml,.github/workflows/test-gator.yaml): Updated from["1.31.6", "1.32.3", "1.33.2"]to["1.32.8", "1.33.4", "1.34.0"]KUBERNETES_VERSIONfrom1.33.0to1.34.01.32-1.34This maintains the project's policy of testing against the latest three supported Kubernetes minor versions.
Note on Version Selection
The versions selected (1.32.8, 1.33.4, 1.34.0) represent the latest available KIND node images for each minor version. While newer Kubernetes patch releases exist (1.32.10, 1.33.6, 1.34.2), KIND images are not yet available for those versions. KIND image availability typically lags behind Kubernetes releases, which is why we use the most recent patch version that has a corresponding KIND node image.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.